Zpic 1.1
TI-83/TI-83 Plus ASM

The source file included is for the TI-83 Version; I accidently
erased the 83p source file; so its kinda messed up.I will release the
cleaned up source code in the future.

ZPIC RECALLS PICTURES VERY swiftly, WITH NO ERRORS. To use ZPIC, use the
following syntax:

Pic#->X
83 Plus: Asm(prgmZPIC
83     : Send(9prgmZPIC

To recall pic one:
1->X:Send(9prgmZPIC  ;83p Asm(prgmZPIC
To recall pic two:
2->X:Send(9prgmZPIC
To recall pic zero (which is really pic ten):
10->X:Send(9prgmZPIC

This new version is smaller, uses X instead of N, and has a TI-83 and a TI-83p
version. Also, a small bug has been fixed since version one point zero.

(C) 2000 Kevtiva Interactive
----------------------------------------------

If your program has lines that look like this:
ClrDraw
If X=1
RecallPic 1
If X=2
RecallPic2
If X=3
RecallPic3
Etc.....
Then YOU SHOULD use zpic to make your program run faster.

Bugs
----
-ERR:UNDEFINED means X is not defined. Solution: store a number to X.

-If you try to recall an archived picture, the graph screen gets garbled,
but NO ERRORS ARE PRESENT. This won't harm your calc; it simply doesn't look
nice. The reason for this problem is that I do not know how to access the pic
directly from flash rom; I don't want the program to archive/unarchive the pic
because this is slow, and not good; i would appreciate it if anyone could
show me how to copy a pic directly from rom to graph buffer. Future versions
will have this problem fixed.

Kevtiva Interactive
http://calc.kevtiva.com/
email me:gardenerbm@netzero.net

Thanks to James Matthews for asmguru.hlp, which allowed me to create this
program. Other information provided by the Texas Instruments SDK, and Ion.inc
(Joe Wingermuehle).
